home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 11,000 to 11,999 / 11000.zip / AOLDLs / PC-WELT Listings & Tabellen / REGSIK.exe / REGREST.BAT < prev    next >
DOS Batch File  |  1998-02-12  |  321b  |  9 lines

  1. attrib -r -h -s c:\backup\system.dat
  2. attrib -r -h -s c:\backup\user.dat
  3. attrib -r -h -s c:\windows\system.dat
  4. attrib -r -h -s c:\windows\user.dat
  5. copy c:\backup\system.dat c:\windows\system.dat 
  6. copy c:\backup\user.dat c:\windows\user.dat
  7. attrib +r +h +s c:\windows\system.dat
  8. attrib +r +h +s c:\windows\user.dat
  9.